home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / dev / misc / LEDA_gene.lha / LEDA-3.1c-generic / util / make_lib.bat < prev    next >
Encoding:
DOS Batch File  |  1994-08-05  |  198 b   |  18 lines

  1. cd ..\src\basic
  2. make -i %1
  3. cd ..\dict
  4. make -i %1
  5. cd ..\prio
  6. make -i %1
  7. cd ..\graph
  8. make -i %1
  9. cd ..\graph_alg
  10. make -i %1
  11. cd ..\plane
  12. make -i %1
  13. cd ..\window
  14. make -i %1
  15. cd ..\vga
  16. make -i %1
  17. cd ..\..
  18.